gdk/surface: Removed unused struct field
authorJonas Ådahl <jadahl@gmail.com>
Mon, 23 Nov 2020 15:13:45 +0000 (16:13 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 7 Dec 2020 08:46:39 +0000 (09:46 +0100)
The 'old_state' wasn't used anywhere, lets remove it.

gdk/gdksurfaceprivate.h

index f655d6c97f152f7ab9ccea1c2c9cb94ac62c53d6..c3933e0437f3ed7916c316267c27f4075d5a0f3a 100644 (file)
@@ -59,7 +59,6 @@ struct _GdkSurface
      more than we have to, but it represents the "true" damage. */
   cairo_region_t *active_update_area;
 
-  GdkToplevelState old_state;
   GdkToplevelState state;
 
   guint8 resize_count;